In this video we make a Page Table Manager so that we can map any virtual address to any physical address when we need to. ➤Discord: https://discordapp.com/invite/p2JYhr9 ➤Github: https://github.com/Absurdponcho/PonchoOS/tree/Episode-8-Page-Table-Manager ➤Patreon: https://www.patreon.com/PonchoYT ➤UEFI Specification: https://www.uefi.org/specifications ➤Helpful Links: https://wiki.osdev.org/Paging https://wiki.osdev.org/UEFI https://wiki.osdev.org/ACPI 0:00 Intro 0:30 Paging & Page Table Explanation 4:55 Paging Code 10:22 Page Map Indexer 15:45 Page Table Manager 19:23 Creating a new page map for the Kernel 33:00 Using the new Page Map 35:00 Exploring Virtual Memory Mapping